home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6226 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  595 b 

  1. Path: conan.ids.net!scarney
  2. From: scarney@conan.ids.net (scarney)
  3. Newsgroups: comp.lang.c
  4. Subject: Pattern matching in C
  5. Date: 23 Feb 1996 06:51:51 GMT
  6. Organization: IDS World Network Internet Access Service, (401) 885-4243
  7. Message-ID: <4gjo68$jpp@paperboy.ids.net>
  8. NNTP-Posting-Host: conan.ids.net
  9.  
  10.  
  11. I'm trying to do some text file pattern matching. Using a simple while 
  12. loop that has a <data> != <j.random string> in its conditional doesn't 
  13. work. Depending on different ways of doing it, you get a segmentation 
  14. fault, random output, or no output.
  15.  
  16. Anybody know how I SHOULD be doing this?
  17.  
  18.